home *** CD-ROM | disk | FTP | other *** search
/ Amiga Packmags / Source, The - Issue 5 (1993)(Epsilon)[WB].zip / Source, The - Issue 5 (1993)(Epsilon)[WB].adf / WhatsOnDisk.txt < prev   
Text File  |  1993-05-19  |  5KB  |  79 lines

  1. Source (dir)
  2.   Vectors (dir)
  3.     Rendering (dir)
  4.       Bezier.lha                     Notes on generation 3D bezier curves.
  5.       Clip.lha                       Clip lines in 2D.
  6.       Ellipse.lha                    Fast elipse and circle drawing routines.
  7.       Triangle.lha                   Convert any polygon to triangles and
  8.                                      render the triangles quickly.
  9.       ZBuffer.lha                    Notes on fast z-buffering.
  10.     VectorSpace (dir)
  11.       Barycentric.lha                Finding the barycentric coords of a
  12.                                      ray-triangle intersection.
  13.       Cordic.lha                     Cordic vector rotation.  Very interseting.
  14.       PointInPoly.lha                Lots of information on methods to
  15.                                      determine if a point is in a polygon.
  16.       PointsInCircle.lha             Find the smallest circle to enclose a
  17.                                      set of points.
  18.       PolygonNormal.lha              Correctly calculate polygon normals.
  19.       Sphere.lha                     Determine a sphere from 4 points
  20.                                      in three-space.
  21.     Mapping (dir)
  22.       BallMap.lha                    Newer version of the wrapdemo.
  23.                                      Written in asm, much faster.
  24.       wrapdemo.lha                   Demo written in C using the OS that
  25.                                      maps a bit map onto a sphere.
  26.  
  27.    sirds.lha                         Generate random dot stereograms.
  28.   TNF (dir)
  29.     s_intro.lha                      Source code to the SMAU slide show
  30.                                      by Nightfall
  31.   misc (dir)
  32.     consume.lha                      How to install an input handler that
  33.                                      consumes all key and mouse movements.
  34.     contour.lha                      Calculate Delaunay triangulation.
  35.     dis.lha                          Source code to a 68000 disassembler.
  36.     except.lha                       An exception handler example.
  37.     ifs.lha                          Iterated function system generator.
  38.                                      (Cycle pics? -ed)
  39.     interrupts.lha                   Notes on Amiga interrupt handling.
  40.     MSort.lha                        Fast sort routine.
  41.     palscreen.s                      How to open a screen in PAL, if it is
  42.                                      possible. (1.3 and 2.0 compatable)
  43.     printbmap.lha                    Print bit-maps in asm.
  44.   StartUpCode (dir)
  45.     Cache.lha                        How to flush and shut off the cache.
  46.     demo.i                           Include file for demo coders.
  47.     StartUp.S                        System friendly startup code. v3.4
  48.     wb_startup.i                     Make your programs Workbench startable.
  49.   Music (dir)
  50.     GMod.lha                         External music player format.  From the
  51.                                      author of Multiplayer.
  52.     NotePlayer.lha                   Well rounded note player.  System and
  53.                                      hardware versions.
  54.     pt-fixed.lha                     Busy wait fixed version of the pt play
  55.                                      back routines.
  56.   Compression (dir)
  57.     ddjcomp.lha                      Top six entries in the Dr. Dobb's
  58.                                      compression contest.
  59. Utilities (dir)
  60.    FD2AsmInc.lha                     Convert .fd to .i
  61.    mon159.lha                        Machine language monitor.  v1.59
  62.    tdsdemo.lha                       Twilight Development System demo.  Very
  63.                                      nice IDE.
  64.    tnt373.lzh                        Replaces software error requesters with
  65.                                      debug requester.
  66. Text (dir)
  67.    68kfaq.lha                        Frequently asked questions from
  68.                                      comp.sys.m68k
  69.    blitspeed.lha                     Tips to speed up blitter operations.
  70.    ExecutionTimes.lha                Execution times of all 68000 instructions.
  71.    HowToCode5.lha                    How To Code, by Comrade J.  Read it!
  72.    SuggestedReading.txt              Suggested reading for all Amiga
  73.                                      programmers.
  74.  
  75. Submissions.txt                      How to submit stuff to future issues
  76.                                      of The Source.
  77. AssemblingSources.txt                How to assemble sources on assemblers
  78.                                      other than AsmOne.
  79.